func reflect.appendVarint
5 uses
reflect (current package)
type.go#L2519: prog = appendVarint(prog, n-1) // n-1 times
type.go#L2711: prog = appendVarint(prog, elemWords-elemPtrs-1)
type.go#L2719: prog = appendVarint(prog, elemWords)
type.go#L2721: prog = appendVarint(prog, uintptr(length)-1)
type.go#L2759: func appendVarint(x []byte, v uintptr) []byte {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |